* alloc.c (discard_killed_buffers): Tune and simplify a bit.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Sep 2012 20:35:23 +0000 (13:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Sep 2012 20:35:23 +0000 (13:35 -0700)
commitc3189018d8420a5de8776927a77653c205dfceb4
treef977f8beab44f913520d87f1bc9d8cd1eb085e20
parent258276abc2e57d8f38ee16d6d552e2a048cc1f3e
* alloc.c (discard_killed_buffers): Tune and simplify a bit.

Use pointer-to-a-pointer to simplify and avoid a NILP check each
time an item is removed.  No need to mark this function 'inline';
the compiler knows better than we do.
src/ChangeLog
src/alloc.c